projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260ba20
)
(executable-find): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 21 Jul 1996 17:53:08 +0000
(17:53 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 21 Jul 1996 17:53:08 +0000
(17:53 +0000)
lisp/progmodes/executable.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/executable.el
b/lisp/progmodes/executable.el
index 8011722f05b7ea5f8b79fb6895b4d339bbc7cb98..1a330e073bc32010d5979e9dd2dd547c02c43205 100644
(file)
--- a/
lisp/progmodes/executable.el
+++ b/
lisp/progmodes/executable.el
@@
-119,8
+119,8
@@
See `compilation-error-regexp-alist'.")
;; The C function openp slightly modified would do the trick fine
(defun executable-find (command)
- "Search for COMMAND in
$PATH
and return the absolute file name.
-Return nil if COMMAND is not found anywhere in
$PATH
."
+ "Search for COMMAND in
exec-path
and return the absolute file name.
+Return nil if COMMAND is not found anywhere in
exec-path
."
(let ((list exec-path)
file)
(while list